testsuite: Update the settings test output
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Mar 2020 19:52:25 +0000 (15:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Mar 2020 19:53:19 +0000 (15:53 -0400)
testsuite/tools/settings.in

index 38a69c1b00056b432bfda732bb330f0978363b18..98c9acc04d94131d22687fd3c4aa9c25d8f513ce 100755 (executable)
@@ -10,7 +10,7 @@ echo "1..1"
 name=gtk-query-settings
 result=$TEST_RESULT_DIR/$name.out
 $GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq 882 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 48 ]; then
   echo "ok 1 $name"
 else
   echo "not ok 1 $name"